RadioConfigViewModel_Factory

@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class RadioConfigViewModel_Factory : Factory<T>

Functions

Link copied to clipboard
open fun create(savedStateHandleProvider: Provider<SavedStateHandle>, appProvider: Provider<Application>, radioConfigRepositoryProvider: Provider<RadioConfigRepository>, locationRepositoryProvider: Provider<LocationRepository>, mapConsentPrefsProvider: Provider<MapConsentPrefs>, analyticsPrefsProvider: Provider<AnalyticsPrefs>): RadioConfigViewModel_Factory
Link copied to clipboard
open fun get(): RadioConfigViewModel
Link copied to clipboard
open fun newInstance(savedStateHandle: SavedStateHandle, app: Application, radioConfigRepository: RadioConfigRepository, locationRepository: LocationRepository, mapConsentPrefs: MapConsentPrefs, analyticsPrefs: AnalyticsPrefs): RadioConfigViewModel